home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / System 7 / AppleScript / Add Extensions.sit / Add Extensions / remove extensions.rsrc / TEXT_1128.txt < prev    next >
Encoding:
Text File  |  1995-01-10  |  535 b   |  12 lines

  1. File Name Extension Remover
  2.  
  3. This droplet will remover everything after the first "." in the filename of all files dropped onto it.  It is usefull if DOS style file extensions  are annoying to you.  Be warned, it will turn  xxx.txt.gz   into xxx
  4.  
  5. Notes:
  6. - This script uses Jon's Commands.
  7. - Also uses the omit  osax from the GTQLibrary
  8. - This script will die if it tries to rename a file to a name that is already in use.
  9.  
  10. David Hochhauser   dhochhau@mcs.kent.edu
  11. 1.0 - 11/18/94 - initial script
  12. 1.01 - 1/10/95 - modified documentation